From: Ewan Mellor Date: Tue, 2 Jan 2007 14:45:32 +0000 (+0000) Subject: Minor extra logging. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~102 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=55bf8132094b08561481264eb433bfedb1bd4286;p=xen.git Minor extra logging. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 46eb9cda9b..2df5316fcf 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -439,7 +439,7 @@ class XendDomainInfo: def shutdown(self, reason): """Shutdown a domain by signalling this via xenstored.""" - log.debug('XendDomainInfo.shutdown') + log.debug('XendDomainInfo.shutdown(%s)', reason) if self.state in (DOM_STATE_SHUTDOWN, DOM_STATE_HALTED,): raise XendError('Domain cannot be shutdown')